home *** CD-ROM | disk | FTP | other *** search
- ********************(FIXTXT.PRG--JAY KENNEY
- CLEA
- @ 15,8 SAY 'This program should only be run if your computer ì
- does not have'
- @ 16,8 SAY 'graphics installed. It will delete 4 files and rename ì
- 4.'
- @ 19,23 say 'Is this what you want to do?'
- ?
- store ' ' to option
- WAIT ' ? ' TO OPTION
- IF OPTION<>'Y'
- RETURN
- ENDIF
- SET TALK ON
- DELE FILE CKMENU.TXT
- DELE FILE BOX1.TXT
- RENA CKMENU1.TXT TO CKMENU.TXT
- RENA BOX2.TXT TO BOX1.TXT
- SET TALK OFF
- CLEA
- ?
- ? 'Ok,all set now enter the command DO MENU'
- RETURN